StoreSupportMask Enumeration |
Contains a value that client applications should query to determine the characteristics of a message store.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum StoreSupportMask
Public Enumeration StoreSupportMask
Members|
| Member name | Value | Description |
|---|
| Ansi | 0 |
The message store supports properties containing ANSI (8-bit) characters.
|
| Attachments | 1 |
The message store supports attachments (OLE or non-OLE) to messages.
|
| Categorize | 2 |
The message store supports categorized views of tables.
|
| Create | 3 |
The message store supports creation of new messages.
|
| EntryIdUnique | 4 |
Entry identifiers for the objects in the message store are unique, that is, never reused during the life of the store.
|
| Html | 5 |
The message store supports HTML messages, stored in the BodyHtml property.
|
| ItemProc | 6 |
In a wrapped PST store, indicates that when a new message arrives at the store, the store does rules and spam filter processing on the message separately.
|
| LocalStore | 7 |
This flag is reserved and should not be used.
|
| Modify | 8 |
The message store supports modification of its existing messages.
|
| MultiValueProperties | 9 |
The message store supports multivalued properties, guarantees the stability of value order in a multivalued property throughout a save operation, and supports instantiation of multivalued properties in tables.
|
| Notify | 10 |
The message store supports notifications.
|
| Ole | 11 |
The message store supports OLE attachments.
|
| PublicFolders | 12 |
The folders in this store are public (multi-user), not private (possibly multi-instance but not multi-user).
|
| Pusher | 13 |
The MAPI Protocol Handler will not crawl the store, and the store is responsible to push any changes through notifications to the indexer to have messages indexed.
|
| ReadOnly | 14 |
All interfaces for the message store have a read-only access level.
|
| Restrictions | 15 |
The message store supports restrictions.
|
| Rtf | 16 |
The message store supports Rich Text Format (RTF) messages, usually compressed.
|
| Search | 17 |
The message store supports search-results folders.
|
| Sort | 18 |
The message store supports sorting views of tables.
|
| Submit | 19 |
The message store supports marking a message for submission.
|
| UncompressedRtf | 20 |
The message store supports storage of RTF messages in uncompressed form.
|
| Unicode | 21 |
The message store supports properties containing Unicode characters.
|
See Also